type net.temporaryError

5 uses

	net (current package)
		dnsclient_unix.go#L53: 	errServerTemporarilyMisbehaving = &temporaryError{"server misbehaving"}
		net.go#L656: type temporaryError struct{ s string }
		net.go#L658: func (e *temporaryError) Error() string   { return e.s }
		net.go#L659: func (e *temporaryError) Temporary() bool { return true }
		net.go#L660: func (e *temporaryError) Timeout() bool   { return false }